[2025-11-18T16:51:36+01:00] TOKEN_ERR
{
    "code": 400,
    "err": "",
    "resp": "{\"error\":\"invalid_client\",\"error_description\":\"Invalid client credentials\"}"
}
---
[2025-11-18T16:58:15+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-18T16:58:15+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "Idempotency-Key",
                "message": "header is required"
            }
        ]
    }
}
---
[2025-11-18T17:01:29+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": "The Idempotency-Key|x-idempotency-id header must be a valid UUID."
}
---
[2025-11-18T17:04:14+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T17:06:35+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": "",
    "payload": {
        "code": "INV691c998a8c013",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "telephone": "69992121300"
        },
        "services": [
            {
                "name": "Plano 7 dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25"
        },
        "notification": {
            "name": "Ghost Full",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "leonardobittencourt89@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-18T17:09:46+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    },
    "idem": "92d668cf-6871-4dc2-8405-022353cc6a62",
    "payload": {
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Plano 7 dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25"
        },
        "notification": {
            "name": "Ghost Full",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "leonardobittencourt89@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-18T17:09:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:09:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:10:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:11:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:12:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:13:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:13:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:13:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:13:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:13:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:13:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:13:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:13:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:13:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_pzZUcMifTnm7sgyPbyvR6w",
        "status": "OPEN",
        "created_at": "2025-11-18T16:09:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9a491bb02",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 7 Dias",
                "description": "Assinatura Plano 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-537d094d-8a8f-4df6-bdff-49ed97eca076.png?generation=1763482186191843&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/a7365470c89f4e79bbb20c8f6f2bd1eb5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CF60"
        }
    }
}
---
[2025-11-18T17:14:44+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    },
    "idem": "c5acc221-94f0-4b76-bcb9-2dd54b15ea1b",
    "payload": {
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Plano 30 dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25"
        },
        "notification": {
            "name": "Ghost Full",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "leonardobittencourt89@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-18T17:14:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:14:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:14:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:15:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:16:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:17:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:18:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:19:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:20:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:21:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:22:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:23:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:23:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:23:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:23:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:24:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:25:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:26:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:27:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:27:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:27:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:27:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:27:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:27:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:27:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:27:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:28:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:29:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:30:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:31:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:32:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:33:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:34:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:35:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:36:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:37:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:38:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:39:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:40:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:41:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:42:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:43:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:44:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:45:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:46:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:47:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:48:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:49:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:50:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:51:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:52:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:53:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:54:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:55:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:56:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:57:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:58:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:58:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:58:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:58:19+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T17:58:24+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T17:58:29+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T17:58:34+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T17:58:39+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T17:58:44+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T17:58:49+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-18T17:58:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:58:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:58:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T17:59:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:00:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:01:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:02:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:03:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:04:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:05:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:06:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:07:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:08:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:09:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:10:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:11:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:12:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:13:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:14:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:15:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:16:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:17:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:18:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:19:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:20:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:21:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:22:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:23:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:24:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:25:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:26:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:27:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:28:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:29:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:30:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:31:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:32:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:33:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:34:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:35:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:36:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:37:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:38:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:39:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:40:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:41:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:42:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:43:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:44:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:45:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:46:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:47:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:48:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:49:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:50:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:51:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:52:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:53:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:54:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:55:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:56:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:57:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:58:54+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T18:58:59+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T18:59:04+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T18:59:09+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T18:59:14+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T18:59:19+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T18:59:24+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-18T18:59:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:59:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:59:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:59:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:59:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:59:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:59:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T18:59:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:00:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:01:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:02:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:03:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:04:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:05:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:06:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:07:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:08:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:09:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:10:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:11:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:12:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:13:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:14:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:15:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:16:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:17:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:18:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:19:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:20:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:21:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:22:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:23:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:24:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:25:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:26:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:27:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:28:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:29:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:30:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:31:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:32:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:33:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:34:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:35:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:36:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:37:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:38:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:39:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:40:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:41:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:42:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:43:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:44:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:45:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:46:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:47:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:48:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:49:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:50:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:51:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:52:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:53:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:54:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:55:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:56:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:57:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:58:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:59:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:59:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:59:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:59:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:59:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T19:59:29+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T19:59:34+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T19:59:39+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T19:59:44+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T19:59:49+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T19:59:54+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T19:59:59+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-18T19:59:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:00:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:01:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:02:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:03:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:04:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:05:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:06:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:07:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:08:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:09:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:10:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:11:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:12:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:13:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:14:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:15:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:16:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:17:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:18:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:19:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:20:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:21:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:22:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:23:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:24:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:25:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:26:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:27:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:28:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:29:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:30:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:31:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:32:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:33:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:34:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:35:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:36:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:37:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:38:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:39:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:40:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:41:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:42:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:42:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:42:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:42:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:42:33+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:42:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:42:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:42:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T20:42:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_599sPI499HTu90xV6Eqsz2tdQ",
        "status": "OPEN",
        "created_at": "2025-11-18T16:14:44Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691c9b730c0bf",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Plano 30 Dias",
                "description": "Assinatura Plano 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-59eff2f5-9c8a-4a7b-a709-54a7f1bcd373.png?generation=1763482484157068&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/e7db0f238f474eefb157a12ab33dad755204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304490C"
        }
    }
}
---
[2025-11-18T21:45:45+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-18T21:45:47+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_Hd290j6B5Q9990fW86Zo16AqA",
        "status": "OPEN",
        "created_at": "2025-11-18T20:45:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdaf916d3f",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-8943338d-77a0-46a3-b83a-1fe84d20d142.png?generation=1763498747128360&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/1dddbe8fa07943df9f5bce99a35e80a85204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304EC46"
        }
    },
    "idem": "e8bc4318-a9bb-478f-b794-6b51e2fe6dae",
    "payload": {
        "code": "INV691cdaf916d3f",
        "customer": {
            "name": "ADELINA DOS SANTOS VALHAS",
            "email": "leonardobittencourt89@gmail.com",
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18"
        },
        "notification": {
            "name": "ADELINA DOS SANTOS VALHAS",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "leonardobittencourt89@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-18T21:45:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Hd290j6B5Q9990fW86Zo16AqA",
        "status": "OPEN",
        "created_at": "2025-11-18T20:45:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdaf916d3f",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-8943338d-77a0-46a3-b83a-1fe84d20d142.png?generation=1763498747128360&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/1dddbe8fa07943df9f5bce99a35e80a85204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304EC46"
        }
    }
}
---
[2025-11-18T21:45:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Hd290j6B5Q9990fW86Zo16AqA",
        "status": "OPEN",
        "created_at": "2025-11-18T20:45:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdaf916d3f",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-8943338d-77a0-46a3-b83a-1fe84d20d142.png?generation=1763498747128360&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/1dddbe8fa07943df9f5bce99a35e80a85204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304EC46"
        }
    }
}
---
[2025-11-18T21:46:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Hd290j6B5Q9990fW86Zo16AqA",
        "status": "OPEN",
        "created_at": "2025-11-18T20:45:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdaf916d3f",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-8943338d-77a0-46a3-b83a-1fe84d20d142.png?generation=1763498747128360&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/1dddbe8fa07943df9f5bce99a35e80a85204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304EC46"
        }
    }
}
---
[2025-11-18T21:46:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Hd290j6B5Q9990fW86Zo16AqA",
        "status": "OPEN",
        "created_at": "2025-11-18T20:45:46Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdaf916d3f",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-8943338d-77a0-46a3-b83a-1fe84d20d142.png?generation=1763498747128360&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/1dddbe8fa07943df9f5bce99a35e80a85204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304EC46"
        }
    }
}
---
[2025-11-18T21:50:33+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-18T21:50:34+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:50:43+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:50:48+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:50:54+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:50:58+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:03+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:08+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:17+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:22+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:24+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:25+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:25+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:27+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:32+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:37+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:42+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:47+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:53+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:51:58+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:03+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:08+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:13+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:18+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:23+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:28+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:33+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:38+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:43+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:48+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:53+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:52:58+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:53:03+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:53:08+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:53:13+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:53:18+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:53:23+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:53:54+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:54:02+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:54:07+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:54:12+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:54:17+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:54:22+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:54:27+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:54:32+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:54:46+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:54:51+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:54:56+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:01+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:06+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:11+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:16+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:26+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:27+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:32+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:38+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:42+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:47+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:52+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:55:57+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:02+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:07+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:12+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:17+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:22+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:27+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:32+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:37+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:42+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:47+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:56:57+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:57:02+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:57:07+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:57:12+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:57:17+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:57:22+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:57:27+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:57:32+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:57:46+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:57:51+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:58:15+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    },
    "idem": "30e614eb-2c15-4fa5-be63-916a02455be9",
    "payload": {
        "code": "INV691cdde682d36",
        "customer": {
            "name": "ADELINA DOS SANTOS VALHAS",
            "email": "leonardobittencourt89@gmail.com",
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18"
        },
        "notification": {
            "name": "ADELINA DOS SANTOS VALHAS",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "leonardobittencourt89@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-18T21:58:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T21:58:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T21:58:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T21:58:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T21:58:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T21:58:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T21:58:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T21:59:00+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:05+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:10+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:15+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:20+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:25+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:30+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:35+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:44+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:45+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:50+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T21:59:59+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:00:04+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:00:09+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:00:14+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:00:19+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:00:29+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:00:35+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:00:41+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:00:53+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:01:07+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:01:17+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:01:24+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:01:29+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:01:38+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:01:43+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:01:48+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:01:53+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:01:58+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:03+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:08+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:08+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:18+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:23+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:28+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:33+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:36+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:41+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:48+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:54+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:02:59+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:03:04+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:03:14+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:03:19+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:03:24+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:03:29+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:03:34+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:03:39+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:03:44+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:03:49+01:00] CHECK_STATUS
{
    "httpCode": 400,
    "response": ""
}
---
[2025-11-18T22:03:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:04:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:05:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:06:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:07:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:08:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:08:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:08:23+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:08:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:08:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:08:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:08:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:08:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:08:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:08:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:09:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:03+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:23+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:28+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:10:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:11:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:12:03+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:12:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:12:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:12:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:12:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:12:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:12:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:12:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:12:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:12:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:13:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:13:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:13:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:13:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:13:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:13:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:13:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:13:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:13:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:13:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:14:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:14:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:14:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:14:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:14:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:14:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:14:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:14:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:15:18+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-18T22:15:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:15:23+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:15:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:15:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:15:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:15:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:15:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:15:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:16:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:17:23+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:17:28+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:17:33+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:17:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:17:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:17:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:17:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:17:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:18:03+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:18:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:18:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:18:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:18:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:20:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:21:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:22:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:23:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:24:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:25:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:26:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:27:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:28:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:29:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:30:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:31:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:32:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:33:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:34:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:35:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:36:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:37:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:38:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:39:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:40:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:41:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:42:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:43:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:44:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:45:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:46:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:47:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:48:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:49:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:50:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:51:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:52:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:53:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:54:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:55:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:56:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:57:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:58:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T22:59:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:00:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:01:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:02:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:03:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:04:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:05:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:06:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:07:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:08:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:09:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:10:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:11:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:12:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:13:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:14:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:15:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:15:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:15:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:15:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:15:20+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T23:15:25+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T23:15:30+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T23:15:35+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T23:15:40+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T23:15:45+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-18T23:15:50+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-18T23:15:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:15:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:16:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:17:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:18:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:19:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:20:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:21:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:22:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:23:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:24:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:25:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:26:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:27:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:28:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:29:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:30:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:31:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:32:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:33:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:34:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:35:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:36:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:37:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:38:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:39:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:40:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:41:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:42:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:43:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:44:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:45:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:46:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:47:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:48:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:49:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:50:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:51:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:52:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:53:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:54:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:55:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:56:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:57:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:58:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-18T23:59:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:00:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:01:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:02:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:03:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:03:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:03:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:03:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:03:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:03:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:03:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:03:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:03:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:04:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:04:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:04:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:04:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:04:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:04:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:04:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:04:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:04:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:04:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:05:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:05:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:05:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:05:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:06:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:07:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:08:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:09:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:09:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:09:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:10:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:11:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:12:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:12:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:12:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:12:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:12:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:12:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:12:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:12:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:12:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:13:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:14:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:15:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:16:17+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-19T00:17:17+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-19T00:17:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:18:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:18:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:18:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:18:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:18:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:18:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:18:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:18:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:18:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:18:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:19:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:19:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:19:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:19:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:20:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:20:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:20:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:20:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:20:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:20:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:20:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:20:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:20:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:21:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:21:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:21:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:21:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:21:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:21:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:21:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:21:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:21:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:21:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:22:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:23:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:24:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:24:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:24:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:24:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:24:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:24:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:24:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:24:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:24:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:25:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:25:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:25:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:25:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:25:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:26:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:27:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:28:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:29:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:30:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:30:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:30:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:30:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:31:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:32:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:32:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:32:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:32:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:32:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:32:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:32:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:32:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:33:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:34:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:35:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:36:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:37:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:38:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:39:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:40:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:41:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:42:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:43:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:44:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:45:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:46:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:47:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:48:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:49:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:50:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:51:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:52:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:52:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:52:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:52:52+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-19T00:52:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:52:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:53:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:53:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:53:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:53:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:53:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:53:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:53:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:53:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:53:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:53:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:54:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:55:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:56:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:57:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:58:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T00:59:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:00:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:01:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:02:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:03:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:04:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:05:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:06:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:07:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:08:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:09:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:10:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:11:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:12:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:13:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:14:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:15:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:16:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:17:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:18:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:19:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:20:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:21:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:22:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:23:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:24:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:25:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:26:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:27:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:28:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:29:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:30:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:31:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:32:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:33:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:34:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:35:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:36:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:37:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:38:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:39:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:40:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:41:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:42:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:43:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:44:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:45:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:46:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:47:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:48:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:49:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:50:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:51:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:52:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:53:17+01:00] CHECK_STATUS
{
    "httpCode": 401,
    "response": {
        "error": "access_denied"
    }
}
---
[2025-11-19T01:54:17+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-19T01:54:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:55:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:56:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:57:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:58:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T01:59:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:00:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:01:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:02:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:03:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:04:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:05:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:06:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:07:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:08:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:09:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:10:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:11:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:12:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:13:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:14:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:15:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:16:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:17:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:18:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:19:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:20:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:21:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:22:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:23:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:24:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:25:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:26:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:27:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:28:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:29:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:30:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:31:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:32:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:33:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:34:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:35:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:36:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:37:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:38:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:39:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:40:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:41:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:42:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:43:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:44:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:45:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:46:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:47:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:48:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:49:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:50:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:51:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:52:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:53:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:54:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:55:17+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-19T02:55:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:56:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:57:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:58:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T02:59:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:00:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:01:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:02:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:03:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:04:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:05:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:06:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:07:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:08:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:09:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:10:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:11:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:12:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:13:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:14:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:15:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:15:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:15:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:15:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:15:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:15:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:15:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:15:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:16:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:16:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:16:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:16:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:16:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:16:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:16:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:17:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:18:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:18:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:18:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:18:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:19:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:20:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:20:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:20:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:20:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:20:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:20:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:20:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:20:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:21:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:21:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:21:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:21:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:21:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:21:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:21:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:22:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:23:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:24:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:25:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:26:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:27:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:28:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:28:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:29:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:30:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:30:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:30:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:30:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:30:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:30:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:30:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:30:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:30:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:31:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:32:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:33:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:34:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:35:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:36:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:37:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:38:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:39:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:40:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:41:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:42:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:43:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:44:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:44:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:44:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:33+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:45:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:46:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:47:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:48:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:49:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:50:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:51:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:52:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:53:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:54:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:55:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:56:17+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-19T03:56:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:57:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:58:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T03:59:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_PI7QlAPyTX2FHZ3PgzvjOw",
        "status": "OPEN",
        "created_at": "2025-11-18T20:58:15Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691cdde682d36",
        "customer": {
            "name": "Adelina Dos Santos Valhas",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-18",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-172042db-e3d4-4780-b592-17d879306d37.png?generation=1763499495590020&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/3c8ed09403f24d7d851d9dcf833be33b5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***63047C45"
        }
    }
}
---
[2025-11-19T07:22:33+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-19T07:22:35+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    },
    "idem": "39609348-15b2-4e77-87ee-7d6ce2c496af",
    "payload": {
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Ghost Full",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "leonardobittencourt89@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T07:22:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:22:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:22:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:22:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "OPEN",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "PAID",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [
            {
                "id": "13b47970-dba2-479a-adc9-b8ec14d1bf89",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:23:32Z",
                "finalized_at": "2025-11-19T06:23:33Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "PAID",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [
            {
                "id": "13b47970-dba2-479a-adc9-b8ec14d1bf89",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:23:32Z",
                "finalized_at": "2025-11-19T06:23:33Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "PAID",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [
            {
                "id": "13b47970-dba2-479a-adc9-b8ec14d1bf89",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:23:32Z",
                "finalized_at": "2025-11-19T06:23:33Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "PAID",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [
            {
                "id": "13b47970-dba2-479a-adc9-b8ec14d1bf89",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:23:32Z",
                "finalized_at": "2025-11-19T06:23:33Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:23:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_taYchYusRw2aAyqR80HlPg",
        "status": "PAID",
        "created_at": "2025-11-19T06:22:34Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d6228dafb2",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-f0381a93-b6ad-47d2-b5da-206a5beb7140.png?generation=1763533354891355&alt=media"
            }
        },
        "payments": [
            {
                "id": "13b47970-dba2-479a-adc9-b8ec14d1bf89",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:23:32Z",
                "finalized_at": "2025-11-19T06:23:33Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/b5a61c858bac470d9a032a91f341e53e5204000053039865802BR592550.398.617 ERICLYS RUAN G6005URUPA62070503***6304CDC3"
        }
    }
}
---
[2025-11-19T07:38:33+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    },
    "idem": "58a40fd4-4d23-4f3a-ad55-50111b1298f4",
    "payload": {
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Ghost Full",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "leonardobittencourt89@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T07:38:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:38:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:38:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:38:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:38:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "OPEN",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:29+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:39:29"
}
---
[2025-11-19T07:39:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:34+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:39:34"
}
---
[2025-11-19T07:39:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:39+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:39:39"
}
---
[2025-11-19T07:39:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:44+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:39:44"
}
---
[2025-11-19T07:39:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:49+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:39:49"
}
---
[2025-11-19T07:39:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:54+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:39:54"
}
---
[2025-11-19T07:39:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:39:59+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:39:59"
}
---
[2025-11-19T07:40:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:04+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:04"
}
---
[2025-11-19T07:40:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:09+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:09"
}
---
[2025-11-19T07:40:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:14+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:14"
}
---
[2025-11-19T07:40:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:19+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:19"
}
---
[2025-11-19T07:40:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:24+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:24"
}
---
[2025-11-19T07:40:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:29+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:29"
}
---
[2025-11-19T07:40:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:34+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:34"
}
---
[2025-11-19T07:40:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:39+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:39"
}
---
[2025-11-19T07:40:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:44+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:44"
}
---
[2025-11-19T07:40:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:49+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:49"
}
---
[2025-11-19T07:40:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:54+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:54"
}
---
[2025-11-19T07:40:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:40:59+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:40:59"
}
---
[2025-11-19T07:41:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:41:04+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:41:04"
}
---
[2025-11-19T07:41:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:41:09+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:41:09"
}
---
[2025-11-19T07:41:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:41:14+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:41:14"
}
---
[2025-11-19T07:41:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:41:19+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:41:19"
}
---
[2025-11-19T07:41:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:41:24+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:41:24"
}
---
[2025-11-19T07:41:29+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    },
    "idem": "bdb7b91c-b78a-4d01-87d3-d448c29ce688",
    "payload": {
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Ghost Full",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "leonardobittencourt89@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T07:41:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_Nx78m6W8RiC90nB7tK491lsw",
        "status": "PAID",
        "created_at": "2025-11-19T06:38:32Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d65e74bd54",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-55d76352-187f-4fd6-8827-d55825f3c390.png?generation=1763534313169325&alt=media"
            }
        },
        "payments": [
            {
                "id": "7bdaa663-cccc-469f-8928-3673c6a06894",
                "status": "SUCCESS",
                "created_at": "2025-11-19T06:39:26Z",
                "finalized_at": "2025-11-19T06:39:27Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/371efc9ba5bc4620be9c1eed2b8fe5b35204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630465D7"
        }
    }
}
---
[2025-11-19T07:41:30+01:00] VIP_ACTIVATED
{
    "user_id": "1",
    "expires_at": "2025-11-26 07:41:30"
}
---
[2025-11-19T07:41:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:41:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:41:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:41:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:42:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:43:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:43:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:43:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:43:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:44:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T07:44:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_vxLVUt04Sdqef1kQ2NSQFQ",
        "status": "OPEN",
        "created_at": "2025-11-19T06:41:29Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d6698558fe",
        "customer": {
            "name": "Ghost Full",
            "email": "leonardobittencourt89@gmail.com",
            "telephone": null,
            "document": {
                "identity": "13049932643",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-a001ce4a-8ef3-4493-9db4-bed416b75a84.png?generation=1763534489308807&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/bf12d552dd3849da9e7f5910d8d490155204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304D354"
        }
    }
}
---
[2025-11-19T08:41:52+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-19T08:41:53+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "d52339c5-d606-434d-8cd4-eb5e78034dc6",
    "payload": {
        "code": "INV691d74bf9ea68",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478251",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:42:12+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "ceec5d6d-0ebb-472c-b8bb-9e9204893bb0",
    "payload": {
        "code": "INV691d74d393e8e",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478251",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:44:13+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "01ca6b52-7019-4375-b345-68b5243e7cd3",
    "payload": {
        "code": "INV691d754c7fa9e",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478251",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:44:15+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "ef3dc92a-ba15-4aa4-8511-0ec24a066d98",
    "payload": {
        "code": "INV691d754f3eb74",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478251",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:44:42+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "5bdea6a6-ae5a-4a00-9f94-228780f61309",
    "payload": {
        "code": "INV691d7569e652f",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478251",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:44:56+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "349045e7-e41e-4418-b3d1-d1a5a41be5f5",
    "payload": {
        "code": "INV691d75779b5e4",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478255",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:46:02+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "7c25b15a-91a2-487d-a328-e381136fc7eb",
    "payload": {
        "code": "INV691d75ba4530b",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478255",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:46:06+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "e90add9c-bdc8-4a32-9b6b-f63a725a5884",
    "payload": {
        "code": "INV691d75be57e30",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478255",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:46:09+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "6bf45719-ae3a-4469-b90d-8e1cc6f64e41",
    "payload": {
        "code": "INV691d75c103262",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478255",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:46:11+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "59a3b3e3-5382-40a7-84da-29e6f4adf44a",
    "payload": {
        "code": "INV691d75c33e4e5",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478255",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:46:19+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "04d03f77-04d4-4da4-9251-ea4af9031276",
    "payload": {
        "code": "INV691d75cb3a96e",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478253",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:46:50+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "1bb73f4d-7aff-4206-8b61-d33380698378",
    "payload": {
        "code": "INV691d75e9a6096",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478253",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:47:59+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "69fefd5b-e0d5-418f-acf1-53a1de5f99f5",
    "payload": {
        "code": "INV691d762ef111b",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478253",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:48:19+01:00] CREATE_INVOICE
{
    "httpCode": 400,
    "response": {
        "code": "invalid_request",
        "message": "Request has invalid parameters",
        "errors": [
            {
                "code": "customer.document.identity",
                "message": "is not a valid CNPJ or CPF"
            }
        ]
    },
    "idem": "e3f65084-a0e6-4536-826e-c01abe192fc3",
    "payload": {
        "code": "INV691d7642e657a",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478253",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:48:19+01:00] INVOICE_ERROR_DETAIL
{
    "code": 400,
    "message": "Request has invalid parameters",
    "curl_error": ""
}
---
[2025-11-19T08:48:37+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    },
    "idem": "17ffcfd0-2439-45de-bd15-da5bdd4942bc",
    "payload": {
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T08:48:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:48:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:48:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:48:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:03+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:23+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:28+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:33+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:49:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:03+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:23+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:28+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:33+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:50:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:03+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:51:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:52:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:53:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:54:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:55:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:33+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:56:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:57:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:57:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:57:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:57:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:57:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:57:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:57:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:57:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:57:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:57:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:58:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:23+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T08:59:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:00:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:44+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:49+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:01:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:02:04+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:02:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:02:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:02:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:02:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:02:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:02:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:02:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:02:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:03:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:03:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:03:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:03:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:03:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:03:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:03:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:03:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:04:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:03+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:23+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:28+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:33+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:05:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:06:03+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:06:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:06:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:06:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:06:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:06:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:06:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:06:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:06:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:06:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:07:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:08:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:08:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:08:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:08:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:08:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:08:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:08:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:08:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:08:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:34+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:39+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:09:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:47+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:52+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:10:57+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:02+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:07+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:12+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:17+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:27+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:32+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:37+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:42+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:54+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:11:59+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_6vgrqAUBQVekjmIOBaQwsA",
        "status": "OPEN",
        "created_at": "2025-11-19T07:48:36Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d76541209c",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-7b575d81-6af7-412a-9172-d86276361d8d.png?generation=1763538517502713&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/eaf82ba805014157a48e620e05a430b05204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63042D58"
        }
    }
}
---
[2025-11-19T09:12:04+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    },
    "idem": "ddb06406-d21a-42f8-a7c3-e9fa69a01839",
    "payload": {
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            }
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-19T09:12:09+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:12:14+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:12:19+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:12:24+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:12:29+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:12:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:12:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:12:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:12:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:33+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:13:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:14:03+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:14:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:14:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:14:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:14:23+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:14:28+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:14:33+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:01+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-19T09:15:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:15:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:16:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:17:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:18:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:19:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:20:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:21:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:22:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:23:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:24:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:25:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:26:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:27:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:28:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:29:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:30:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:31:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:32:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:33:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:36+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:41+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:46+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:51+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:34:56+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:01+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:06+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:11+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:16+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:21+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:26+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:31+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:38+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:43+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:48+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:53+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:35:58+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:36:03+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:36:08+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:36:13+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:36:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:36:23+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:36:28+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "OPEN",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:36:33+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_8dZ91zFkNTzOmyl99993tF4hQ",
        "status": "PAID",
        "created_at": "2025-11-19T08:12:03Z",
        "total_amount": 790,
        "total_paid": 790,
        "occurrence_date": "2025-11-19",
        "code": "INV691d7bd3089bf",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": {
                "street": "Avenida Governador Jorge Teixeira",
                "number": "123",
                "district": "Centro",
                "city": "Porto Velho",
                "state": "RO",
                "complement": "Sala 5",
                "zip_code": "76801000"
            },
            "code": null
        },
        "services": [
            {
                "name": "Serviço Semanal Digital",
                "description": "Acesso digital por 7 dias",
                "amount": 790,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-19",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-9c46cb5d-5ffb-47db-bebe-3448bac375fd.png?generation=1763539923918644&alt=media"
            }
        },
        "payments": [
            {
                "id": "ec94098a-5bea-4a5c-a14c-53d8a37c5f3e",
                "status": "SUCCESS",
                "created_at": "2025-11-19T08:36:31Z",
                "finalized_at": "2025-11-19T08:36:32Z",
                "total_paid": 790,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/f1d67fcc590d4f33a6ca5f7dded178855204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63044BD0"
        }
    }
}
---
[2025-11-19T09:36:33+01:00] VIP_ACTIVATED
{
    "user_id": "2",
    "expires_at": "2025-11-26 05:36:33",
    "is_upgrade": false,
    "days_added": "7"
}
---
[2025-11-22T14:22:13+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-22T14:22:14+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    },
    "idem": "8e2d5281-e0c7-4f0e-a43d-f30eaf96016b",
    "payload": {
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            }
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-22T14:22:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:22:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:22:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:22:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:22:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:22:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:22:50+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:22:55+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:23:00+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:23:05+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:23:10+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:23:15+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:23:20+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:23:25+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:23:30+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:23:35+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:23:40+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T14:23:45+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_90qqvuGtaTKSJn7vsyQXfUg",
        "status": "OPEN",
        "created_at": "2025-11-22T13:22:13Z",
        "total_amount": 1990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921b9049a2af",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-85b9d94c-a015-46ea-b779-cccab80379f6.png?generation=1763817733402698&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/faaaafb86b5a4ca4899fbbecc905df525204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***630429B6"
        }
    }
}
---
[2025-11-22T15:26:10+01:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-22T15:26:11+01:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_7bx91jz5dTf63xxGvQKg0Kw",
        "status": "OPEN",
        "created_at": "2025-11-22T14:26:11Z",
        "total_amount": 3990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921c801265eb",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Trimestral Digital",
                "description": "Acesso digital por 90 dias",
                "amount": 3990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-8f04bdfb-d01f-4366-8b56-1da5a54156c0.png?generation=1763821571527294&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/edbc7f8f3e5d4dfeb7c711af40a8342b5204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63046D1E"
        }
    },
    "idem": "bbbb6a07-a894-4dc8-9079-3fdf4ee37905",
    "payload": {
        "code": "INV6921c801265eb",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            }
        },
        "services": [
            {
                "name": "Serviço Trimestral Digital",
                "description": "Acesso digital por 90 dias",
                "amount": 3990
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-22T15:26:18+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7bx91jz5dTf63xxGvQKg0Kw",
        "status": "OPEN",
        "created_at": "2025-11-22T14:26:11Z",
        "total_amount": 3990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921c801265eb",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Trimestral Digital",
                "description": "Acesso digital por 90 dias",
                "amount": 3990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-8f04bdfb-d01f-4366-8b56-1da5a54156c0.png?generation=1763821571527294&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/edbc7f8f3e5d4dfeb7c711af40a8342b5204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63046D1E"
        }
    }
}
---
[2025-11-22T15:26:22+01:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7bx91jz5dTf63xxGvQKg0Kw",
        "status": "OPEN",
        "created_at": "2025-11-22T14:26:11Z",
        "total_amount": 3990,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6921c801265eb",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Trimestral Digital",
                "description": "Acesso digital por 90 dias",
                "amount": 3990,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-22",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-8f04bdfb-d01f-4366-8b56-1da5a54156c0.png?generation=1763821571527294&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/edbc7f8f3e5d4dfeb7c711af40a8342b5204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***63046D1E"
        }
    }
}
---
[2025-11-25T12:48:06+00:00] TOKEN_ERR
{
    "code": 0,
    "err": "could not load PEM client certificate from /tmp/phpkBGOnC, OpenSSL error error:0D07A086:asn1 encoding routines:ASN1_mbstring_ncopy:invalid utf8string, (no key found, wrong pass phrase, or wrong file format?)",
    "resp": false
}
---
[2025-11-25T13:05:56+00:00] TOKEN_OK
{
    "expires_in": 3600
}
---
[2025-11-25T13:05:56+00:00] CREATE_INVOICE
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    },
    "idem": "9bd08893-d516-4810-8da5-bea03119ebf2",
    "payload": {
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            }
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25"
        },
        "notification": {
            "name": "Kaytrine Samanda",
            "channels": [
                {
                    "channel": "EMAIL",
                    "contact": "kaytrinesamanda@gmail.com",
                    "rules": [
                        "NOTIFY_TWO_DAYS_BEFORE_DUE_DATE",
                        "NOTIFY_WHEN_PAID"
                    ]
                }
            ]
        },
        "payment_forms": [
            "PIX"
        ]
    }
}
---
[2025-11-25T13:06:02+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:06:07+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:06:12+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:06:17+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:06:40+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:06:45+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:06:50+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:06:55+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:07:00+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:07:05+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:07:10+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "OPEN",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 0,
        "occurrence_date": null,
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:07:15+00:00] CHECK_STATUS
{
    "httpCode": 200,
    "response": {
        "id": "inv_7mxzA0ehSLOthKWmMXP99pg",
        "status": "PAID",
        "created_at": "2025-11-25T13:05:56Z",
        "total_amount": 1490,
        "total_paid": 1490,
        "occurrence_date": "2025-11-25",
        "code": "INV6925a9b3e58d7",
        "customer": {
            "name": "Kaytrine Samanda",
            "email": "kaytrinesamanda@gmail.com",
            "telephone": null,
            "document": {
                "identity": "03727478250",
                "type": "CPF"
            },
            "address": null,
            "code": null
        },
        "services": [
            {
                "name": "Serviço Mensal Digital",
                "description": "Acesso digital por 30 dias",
                "amount": 1490,
                "unit": "AMOUNT",
                "quantity": null,
                "total_amount": null,
                "code": null
            }
        ],
        "payment_terms": {
            "due_date": "2025-11-25",
            "fine": null,
            "interest": null,
            "discount": null
        },
        "payment_options": {
            "bank_slip": {
                "barcode": null,
                "digitable": null,
                "our_number": null,
                "registered": false,
                "url": "https://storage.googleapis.com/download/storage/v1/b/cora_production_exporter_bankslip_storage/o/cobranca-qrcode-0465b6aa-9015-48d2-acc1-54dc503f528e.png?generation=1764075956691840&alt=media"
            }
        },
        "payments": [
            {
                "id": "4078a638-e4eb-41ac-830d-fbb8c67b5682",
                "status": "SUCCESS",
                "created_at": "2025-11-25T13:07:11Z",
                "finalized_at": "2025-11-25T13:07:11Z",
                "total_paid": 1490,
                "method": "PIX",
                "order": 1,
                "interest": 0,
                "fine": 0
            }
        ],
        "pix": {
            "emv": "00020101021226810014br.gov.bcb.pix2559qrcode.cora.com.br/v1/cobv/ee6c730347a148b3ad84a5a63173fda65204000053039865802BR592550.398.617 ERICLYS RUAN G6011PORTO VELHO62070503***6304E0B0"
        }
    }
}
---
[2025-11-25T13:07:15+00:00] VIP_ACTIVATED
{
    "user_id": "2",
    "expires_at": "2025-12-26 05:36:33",
    "is_upgrade": true,
    "days_added": "30"
}
---
